From 5c2946c73b11d9eedc7527d7353b55a7b8988ca7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 14 Apr 1993 19:47:05 +0000 Subject: [PATCH] (makefile-mode): Fix typo in autoload cookie. --- lisp/progmodes/make-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 92b3a9d75e1..928f8243b3b 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -6,7 +6,7 @@ ;; Adapted-By: ESR ;; Keywords: unix, tools -;; $Id: makefile.el,v 1.4 1993/03/22 03:27:18 eric Exp eric $ +;; $Id: makefile.el,v 1.5 1993/03/28 06:24:54 eric Exp rms $ ;; This file is part of GNU Emacs. @@ -313,7 +313,7 @@ This is used in the function makefile-insert-gmake-function .") ;;; The mode function itself. ;;; ------------------------------------------------------------ -;;;#autoload +;;;###autoload (defun makefile-mode () "Major mode for editing Makefiles. Calling this function invokes the function(s) \"makefile-mode-hook\" before -- 2.30.2